home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat España 24
/
MacFormat n. 24 (Spain)
/
MacFormat 24.bin
/
Demos
/
Jungle Activated!
/
JungleActivated Demo
/
jung DEMO d
/
00114_Live Clips.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-10-14
|
308 b
|
16 lines
on enterFrame
if the movieTime of sprite 3 > 0 then
sound fadeOut 1, 120
set the volume of sound 1 to 0
sound fadeOut 2, 120
set the volume of sound 2 to 0
end if
end
on exitFrame
go(the frame)
if the movieTime of sprite 3 = the stopTime of sprite 3 then
go("Live")
end if
end